home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / cylin.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  578 b   |  22 lines

  1. .TH CYLIN
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CYLIN
  5.  
  6.  
  7.  
  8.  PolylineType CYLIN( VectorType Center, VectorType Direction,
  9.                      NumericType Radius )
  10.  
  11. Creates a CYLINder geometric object, defined by Center as center of
  12. the base of the CYLINder, Direction as the CYLINder's axis and height,
  13. and Radius as the radius of the base of the CYLINder.
  14. See RESOLUTION for the accuracy of the CYLINder approximation as a
  15. polygonal model.
  16.  
  17. Example:
  18.  
  19.     Cylinder1 = CYLIN( vector( 0, 0, 0 ), vector( 1, 0, 0 ), 10 );
  20.  
  21. constructs a cylinder along the X axis from the origin to X = 10.
  22.